projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f62b4
)
(rmail-spool-directory): Use /var/mail for bsd386.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Jul 1994 04:06:00 +0000
(
04:06
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Jul 1994 04:06:00 +0000
(
04:06
+0000)
lisp/paths.el
patch
|
blob
|
history
diff --git
a/lisp/paths.el
b/lisp/paths.el
index 9682cb1933742c8218f8054e3d17142279c4e7ef..268bdc48ab0444a256faa761151d2eb2b139fe1d 100644
(file)
--- a/
lisp/paths.el
+++ b/
lisp/paths.el
@@
-97,6
+97,10
@@
Will use `gnus-startup-file'-SERVER instead if exists.")
((and (string-match "^[^-]+-[^-]+-sysv4" system-configuration)
(file-exists-p "/var/mail"))
"/var/mail/")
+ ;; BSD386 is said to use /var/mail.
+ ((and (string-match "^[^-]+-[^-]+-bsd386" system-configuration)
+ (file-exists-p "/var/mail"))
+ "/var/mail/")
((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix))
"/usr/mail/")
((eq system-type 'netbsd)